home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / dsx22.zip / WHATS.NEW < prev   
Text File  |  1993-07-03  |  7KB  |  184 lines

  1.  
  2.  
  3.  
  4.             New for DOSNIX version 2.2
  5.  
  6.  
  7.     1.    READ has a new command to search back through the file
  8.         for a previous occurence of the search string.  This feature
  9.         was badly needed but I had been putting it off because I
  10.         thought it was going to be hard to do.  A while back I started 
  11.         handling my own file buffer and this made it a lot easier.  The
  12.         new command works like a champ and you can use either a "?" or
  13.         F9 as in LIST.
  14.  
  15.  
  16.     2.    I added another command to the enhanced version - DU.  Most
  17.         UNIX DU commands report usage in 512 byte blocks, which is not
  18.         very useful unless you are copying files to a 1.2 mb. floppy
  19.         disk.  The DOSNIX DU command has options to report usage in
  20.         in 1k, 2k, or 4k blocks or to determine cluster size from
  21.         the FAT.
  22.  
  23.  
  24.  
  25.  
  26.             New for DOSNIX version 2.1
  27.  
  28.  
  29.     1.    Read has received more improvements and will now configure
  30.         itself to use available memory.  This means that READ will
  31.         can run on a system as small as 192k and handle files as
  32.         large as 65500 lines on larger systems.  READ has also been
  33.         given another increase in speed and is now about twice as fast
  34.         in all modes as the version provided with 1.2j.
  35.  
  36.           When using F4 to display the directory, the previously
  37.         selected file if any will be highlighted.  This seems to
  38.         work better than resetting to the begining of the directory
  39.         each time.  
  40.  
  41.           If a string search fails you will now be returned to your
  42.         previous position in the file instead of being left at the
  43.         end of the file.
  44.  
  45.           READ was previously modified to write pages directly to video 
  46.         memory instead of using BIOS interrupts.  This resulted in much
  47.         faster displays.  I have now added a -b option which will cause
  48.         READ to use the BIOS.  It may be necessary to use this option 
  49.         with some non-standard computers or display adaptors.
  50.  
  51.           Because this version of READ will handle files over twice
  52.         as large as the previous version, READXL.EXE has been dropped
  53.         from the enhanced version to make room for other things.  I am
  54.         still committed to providing a large version of READ, so users
  55.         who register will receive a new large version with all of the 
  56.         above improvements.  This version can handle files of more than 
  57.         150000 lines and up to 16 megabytes, depending on available 
  58.         memory.  There is a modest speed penalty involved in indexing 
  59.         arrays with long integers but it is  still faster than the old 
  60.         READXL.EXE.
  61.  
  62.  
  63.     2.    Three new commands have been added to the enhanced version,
  64.         DF, HEAD and TAIL.
  65.  
  66.         
  67.     3.    In deference to the increased number of DOS 5.0 users
  68.         HELP.BAT has been renamed MANUAL.BAT.
  69.  
  70.     4.    Some small improvements have been made in SGREP.  When
  71.         redirecting the ouput to a file, extra line feeds would be
  72.         generated which did not show up with READ but did with
  73.         other text file viewers.
  74.  
  75.  
  76.             New for DOSNIX version 2.0e
  77.  
  78.     1.    The mods made in 2.0c worked fine with MSDOS on my VGA 
  79.         system.  They also worked with DRDOS on my CGA system.  I
  80.         just tried MSDOS on my CGA system and could not use READ,
  81.         LS, or FFIND.  Turns out that MSDOS wiil not store the
  82.         number of screen rows in low memory unless you are using
  83.         EGA or VGA.  DOSNIX now defaults to 25 rows for CGA and
  84.         Hercules monitors.
  85.  
  86.  
  87.             New for DOSNIX version 2.0d
  88.  
  89.  
  90.     1.    A DOSNIX user reported the following problem:  When 
  91.         LS and FFIND were used with extremely large DOS partitions 
  92.         (greater than 32mb) the amount of free space reported was 
  93.         wrong.  This was due to overflow when converting from 
  94.         clusters  to bytes.  The problem has now been fixed.
  95.  
  96.  
  97.             New for DOSNIX version  2.0c
  98.  
  99.     1.    When LS and FFIND were used without ANSI.SYS being  
  100.         installed, there were some problems with highlighting.
  101.         EDC had a problem of this nature  when displaying the 
  102.         directory tree. These problems have now been fixed.
  103.  
  104.     2.    Both versions of READ now use direct screen writes for
  105.         faster pages.  CGA cards are automatically detected and
  106.         horizontal retrace checking is performed to avoid snow.
  107.         
  108.     3.    READ can now handle text modes other than 80 X 25 and
  109.         will configure itself to the mode in use, including 132
  110.         column modes.  LS, EDC, FFIND and CLR have also been
  111.         modified to work properly in extended text modes.
  112.  
  113.  
  114.  
  115.             New for DOSNIX version  2.0b
  116.  
  117.  
  118.     1.    When using EDC, if the -t option was combined with the 
  119.         -s option, the path file would be removed but a new one would 
  120.         not be generated.  EDC would then have to scan the drives
  121.         the next time it was used.  The problem has now been fixed.
  122.  
  123.  
  124.  
  125.  
  126.             New for DOSNIX version  2.0a
  127.  
  128.  
  129.     1.    EDC now uses just one path file for all hard disk
  130.         partitions, stored in the root directory of drive C.
  131.         This change improves the way the backspace key works
  132.         during speed searches, and should allow EDC to run 
  133.         faster  on large systems with many logical drives.  You 
  134.         can still access drives explicitly but the speed advantage 
  135.         won't be that great.   Floppy drives still have a separate 
  136.         path file for each floppy, and you will have to scan each 
  137.         floppy  disk to install the path file.
  138.  
  139.     2.    When a directory was created, removed or renamed
  140.         on a drive locked out with EDNOSCAN, EDC would still 
  141.         try to access the path file.  This problem has now been
  142.         fixed.
  143.           
  144.     3.    LS has been upgraded to work  with the new version of EDC. 
  145.         You should not try to use  an older version of LS with this 
  146.         version of EDC.
  147.         
  148.  
  149.  
  150.  
  151.  
  152.             New for DOSNIX version  2.0
  153.  
  154.  
  155.     1.    READ will now allow you to pull in a new file without
  156.         leaving the program.  Pressing F4 will display the current
  157.         directory.  You can then use the arrow keys to select a
  158.         new file or a new directory.  You can start the program in
  159.         this mode by using a directory as an argument.  F2 and F3
  160.         can now be used to start and continue string searches.
  161.  
  162.     2.    EDC has been completely reworked and can change to any
  163.         directory on any hard drive without using a drive spec.
  164.         EDC will automatically  scan your drives the first time it 
  165.         is run.  Unwanted drives can be locked out by setting the
  166.         environment variable EDNOSCAN to the letters of the drives
  167.         you want to ignore.  When displaying the directory tree,
  168.         EDC will now give you an opportunity to choose a directory
  169.         at the end of each page.  A new menu for matching directories
  170.         has been installed in both EDC and LS.
  171.  
  172.  
  173.     3.    FFIND can now locate files either by date or number of
  174.         days back. 
  175.  
  176.     4.    SGREP is now a lot faster than it used to be.
  177.  
  178.  
  179.  
  180.                 Gerald M. Vrooman
  181.                 Chenango Shoreware
  182.  
  183.  
  184.